GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdViewer / GetRectCoordinatesOnDocument Method





In This Topic
GetRectCoordinatesOnDocument Method (GdViewer)
In This Topic
Syntax
'Declaration
 
Public Sub GetRectCoordinatesOnDocument( _
   ByRef Left As Integer, _
   ByRef Top As Integer, _
   ByRef Width As Integer, _
   ByRef Height As Integer _
) 
public void GetRectCoordinatesOnDocument( 
   ref int Left,
   ref int Top,
   ref int Width,
   ref int Height
)
public procedure GetRectCoordinatesOnDocument( 
   var  Left: Integer;
   var  Top: Integer;
   var  Width: Integer;
   var  Height: Integer
); 
public function GetRectCoordinatesOnDocument( 
   Left : int,
   Top : int,
   Width : int,
   Height : int
);
public: void GetRectCoordinatesOnDocument( 
   ref int Left,
   ref int Top,
   ref int Width,
   ref int Height
) 
public:
void GetRectCoordinatesOnDocument( 
   int% Left,
   int% Top,
   int% Width,
   int% Height
) 

Parameters

Left
Top
Width
Height
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdViewer
GdViewer Members